home *** CD-ROM | disk | FTP | other *** search
/ JCSM Shareware Collection 1993 November / JCSM Shareware Collection - 1993-11.iso / cl720 / fast278j.lzh / LOOK.F < prev    next >
Text File  |  1980-01-01  |  225b  |  12 lines

  1. ;FAST LOOKUP free table locations.
  2.  
  3. m ? 40000
  4.  
  5. fill 20000 from m with 0
  6. load "\asm\fast.com",m
  7.  
  8. print bios "Searching... ";
  9. for tf=1 to 255
  10. if not searchb 20000 from m+4000h for tf then print bios tf;" ";
  11. next tf
  12.